Student Registration System

The coursework was completed using various tools like Bluej, Microsoft Word, Command Prompt and Draw.io. The purpose of this coursework is to create a “INGCollege” class which has various variables, methods, objects and functions. This class is created for developing a graphical user interface for a program that stores details of Course, Academic Course and Non-Academic Course.

The class consists of various elements like menu bar, labels, text fields, buttons, etc. which enables the user to perform various actions such as add, register or remove a specific type of course. The class consists of two array lists which stores the data given by the user and operates by using the variables and methods from the previously created classes (i.e., “Course”, “AcademicCourse” and “NonAcademicCourse).